home *** CD-ROM | disk | FTP | other *** search
/ The Complete Windows Set / The Complete Windows Set.iso / WINYAT / README.1ST < prev    next >
Text File  |  1993-03-11  |  3KB  |  82 lines

  1. Win-Yacht is distributed as shareware.
  2.  
  3. If you find this program entertaining then please send in the $5.00
  4.  
  5. registration fee. Send the registration to the following address.
  6.  
  7.      Philip DiSario
  8.      53 Malden Street
  9.      Malden, MA 02148
  10.  
  11. Win-Yacht is a yahtzee like dice game for windows version 3 or 3.1.
  12.  
  13. The program was written using visual basic professional development
  14. kit. Instructions for playing the game are including in the on line
  15. help facility. It is best to install the program using the setup
  16. program provided. The downloaded package should include the following
  17. files.
  18.  
  19.      Winyz.exe:     the executable program file
  20.      Winyz.hlp:     online help file
  21.      Setupyz.exe:   setup program
  22.      Threed.vbx:    extensions to visual basic
  23.      Cmdialog.vbx:  required to access windows help facility
  24.      Setupkit.dll:  required by the setup program.
  25.      Readme.1st:    this file      
  26.  
  27.      Vbrun200.dll:  Visual Basic run time library may or may not
  28.             be included depending on where you got the program.
  29.             This file must be installed for Win-Yacht to run.                
  30.             This file can be downloaded from the MSBASIC 
  31.             forum on compuserve.
  32.     
  33. To install Win-Yacht using the installation program simply run
  34. SETUPYZ.EXE from the program manager or file manager. The installation program
  35. will install the files in the proper directories and create a group item and
  36. program icon for Win-Yacht.    
  37.  
  38. If you recieved the Win-Yacht package with vbrun200.dll and do not have the 
  39. library installed then you should run setupyz1.exe.  
  40.  
  41. If you do not wish to use the installation program you can install
  42. the program manually as follows.
  43.  
  44. Make a directory for the program files from DOS or the file manager. 
  45. For example, to install the program in a directory called WINYZ type
  46. the following from the DOS prompt.
  47.     
  48.         md WINYZ       
  49.              copy winyz.exe \winyz\winyz.exe
  50.              copy winyz.hlp \winyz\winyz.hlp
  51.  
  52. Find out where in your system windows looks for the dynamic link libraries
  53. (files with the dll extension). Using the file manager simply look in 
  54. the windows directory/subdirectories. If you have DOS 5 just type
  55. from the root directory dir *.dll/s to find the proper directory. 
  56.            
  57. Copy the following files to that directory. For example if the windows syzstem
  58. files are located in the directory \windows\system type the following from DOS.
  59.           
  60.           copy threed.vbx \windows\system\threed.vbx
  61.           copy cmdialog.vbx \windows\system\cmdialog.vbx 
  62.  
  63. Install winyz.exe from the program manager like you would any other program.
  64. or run directly if you wish.
  65.  
  66. Alternatively, you could copy the four files to a single directory. 
  67.  
  68.  
  69. Release notes
  70.  
  71.     12/29/92     v1.00
  72.     02/26/93    v1.01    Bug fixes for 2 player mode    
  73.     03/11/93    v1.02    Compiled with Visual Basic 2.0
  74.  
  75. Enjoy the game 
  76.  
  77. Phil D
  78.      
  79.  
  80.  
  81.      
  82.